home *** CD-ROM | disk | FTP | other *** search
- object FormTeeLegend: TFormTeeLegend
- Left = 207
- Top = 203
- ActiveControl = CBShow
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 224
- ClientWidth = 374
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object L12: TLabel
- Left = 132
- Top = 44
- Width = 78
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Text St&yle:'
- FocusControl = CBLegStyle
- end
- object L7: TLabel
- Left = 123
- Top = 16
- Width = 86
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Legend &Style:'
- FocusControl = CBLegendStyle
- end
- object L10: TLabel
- Left = 236
- Top = 76
- Width = 73
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '% Top &Pos:'
- FocusControl = SETopPos
- end
- object L11: TLabel
- Left = 232
- Top = 104
- Width = 77
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = '% Color &Width:'
- FocusControl = SEColWi
- end
- object CBShow: TCheckBox
- Left = 26
- Top = 11
- Width = 63
- Height = 17
- HelpContext = 679
- Caption = '&Visible'
- State = cbChecked
- TabOrder = 0
- OnClick = CBShowClick
- end
- object BColor: TButton
- Left = 24
- Top = 35
- Width = 85
- Height = 25
- HelpContext = 160
- Caption = 'Bac&k Color...'
- TabOrder = 1
- OnClick = BColorClick
- end
- object BFont: TButton
- Left = 24
- Top = 68
- Width = 85
- Height = 25
- HelpContext = 213
- Caption = 'F&ont...'
- TabOrder = 2
- OnClick = BFontClick
- end
- object BFrame: TButton
- Left = 24
- Top = 100
- Width = 85
- Height = 25
- HelpContext = 221
- Caption = '&Frame...'
- TabOrder = 3
- OnClick = BFrameClick
- end
- object CBResizeChart: TCheckBox
- Left = 128
- Top = 77
- Width = 101
- Height = 17
- HelpContext = 407
- Caption = 'Resi&ze Chart'
- State = cbChecked
- TabOrder = 4
- OnClick = CBResizeChartClick
- end
- object CBInverted: TCheckBox
- Left = 128
- Top = 101
- Width = 93
- Height = 17
- HelpContext = 250
- Caption = '&Inverted'
- TabOrder = 5
- OnClick = CBInvertedClick
- end
- object CBLegendStyle: TComboBox
- Left = 216
- Top = 12
- Width = 149
- Height = 21
- HelpContext = 273
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Automatic'
- 'Series Names'
- 'Series Values'
- 'Last Values')
- TabOrder = 6
- OnChange = CBLegendStyleChange
- end
- object CBLegStyle: TComboBox
- Left = 216
- Top = 40
- Width = 149
- Height = 21
- HelpContext = 642
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Plain'
- 'Left Value'
- 'Right Value'
- 'Left Percent'
- 'Right Percent'
- 'X Value')
- TabOrder = 7
- OnChange = CBLegStyleChange
- end
- object SETopPos: TEdit
- Left = 316
- Top = 71
- Width = 33
- Height = 21
- HelpContext = 654
- TabOrder = 8
- Text = '0'
- OnChange = SETopPosChange
- end
- object SEColWi: TEdit
- Left = 316
- Top = 99
- Width = 33
- Height = 21
- HelpContext = 166
- TabOrder = 9
- Text = '0'
- OnChange = SEColWiChange
- end
- object BDivLines: TButton
- Left = 256
- Top = 128
- Width = 109
- Height = 25
- HelpContext = 185
- Caption = '&Dividing Lines...'
- TabOrder = 10
- OnClick = BDivLinesClick
- end
- object GB1: TGroupBox
- Left = 192
- Top = 159
- Width = 173
- Height = 57
- Caption = 'Shadow:'
- TabOrder = 11
- object L25: TLabel
- Left = 84
- Top = 28
- Width = 31
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Siz&e:'
- FocusControl = SEShadowSize
- end
- object BShadow: TButton
- Left = 8
- Top = 21
- Width = 75
- Height = 25
- HelpContext = 427
- Caption = '&Color...'
- TabOrder = 0
- OnClick = BShadowClick
- end
- object SEShadowSize: TEdit
- Left = 120
- Top = 23
- Width = 29
- Height = 21
- HelpContext = 430
- TabOrder = 1
- Text = '0'
- OnChange = SEShadowSizeChange
- end
- object UDShadowSize: TUpDown
- Left = 149
- Top = 23
- Width = 15
- Height = 21
- Associate = SEShadowSize
- Min = 0
- Position = 0
- TabOrder = 2
- Wrap = False
- end
- end
- object GB7: TGroupBox
- Left = 24
- Top = 132
- Width = 145
- Height = 85
- Caption = 'Position:'
- TabOrder = 12
- object L1: TLabel
- Left = 4
- Top = 60
- Width = 41
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Margin:'
- FocusControl = SEMargin
- end
- object RBLeft: TRadioButton
- Left = 8
- Top = 16
- Width = 53
- Height = 17
- HelpContext = 40
- Caption = '&Left'
- TabOrder = 0
- OnClick = RBLeftClick
- end
- object RBRight: TRadioButton
- Left = 8
- Top = 32
- Width = 53
- Height = 17
- HelpContext = 40
- Caption = '&Right'
- TabOrder = 1
- OnClick = RBRightClick
- end
- object RBBottom: TRadioButton
- Left = 80
- Top = 32
- Width = 53
- Height = 17
- HelpContext = 40
- Caption = '&Bottom'
- TabOrder = 2
- OnClick = RBBottomClick
- end
- object RBTop: TRadioButton
- Left = 80
- Top = 16
- Width = 53
- Height = 17
- HelpContext = 40
- Caption = '&Top'
- TabOrder = 3
- OnClick = RBTopClick
- end
- object SEMargin: TEdit
- Left = 52
- Top = 55
- Width = 41
- Height = 21
- HelpContext = 244
- TabOrder = 4
- Text = '0'
- OnChange = SEMarginChange
- end
- object UDMargin: TUpDown
- Left = 93
- Top = 55
- Width = 15
- Height = 21
- Associate = SEMargin
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 5
- Wrap = False
- end
- end
- object UDTopPos: TUpDown
- Left = 349
- Top = 71
- Width = 15
- Height = 21
- Associate = SETopPos
- Min = 0
- Position = 0
- TabOrder = 13
- Wrap = False
- end
- object UDColWi: TUpDown
- Left = 349
- Top = 99
- Width = 15
- Height = 21
- Associate = SEColWi
- Min = 0
- Increment = 5
- Position = 0
- TabOrder = 14
- Wrap = False
- end
- end
-